﻿2026-09-22T01:33:58.6610673Z ##[group]Run actions/checkout@v5
2026-09-22T01:33:58.6611772Z with:
2026-09-22T01:33:58.6612449Z   repository: BigscreenVR/spt-bs-core
2026-09-22T01:33:58.6617223Z   token: ***
2026-09-22T01:33:58.6617779Z   ssh-strict: true
2026-09-22T01:33:58.6618315Z   ssh-user: git
2026-09-22T01:33:58.6618830Z   persist-credentials: true
2026-09-22T01:33:58.6619373Z   clean: true
2026-09-22T01:33:58.6619885Z   sparse-checkout-cone-mode: true
2026-09-22T01:33:58.6620466Z   fetch-depth: 1
2026-09-22T01:33:58.6620990Z   fetch-tags: false
2026-09-22T01:33:58.6621493Z   show-progress: true
2026-09-22T01:33:58.6621992Z   lfs: false
2026-09-22T01:33:58.6622464Z   submodules: false
2026-09-22T01:33:58.6622968Z   set-safe-directory: true
2026-09-22T01:33:58.6623521Z   allow-unsafe-pr-checkout: false
2026-09-22T01:33:58.6624433Z ##[endgroup]
2026-09-22T01:33:58.9147620Z Syncing repository: BigscreenVR/spt-bs-core
2026-09-22T01:33:58.9149586Z ##[group]Getting Git version info
2026-09-22T01:33:58.9150619Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-09-22T01:33:58.9463122Z [command]"C:\Program Files\Git\cmd\git.exe" version
2026-09-22T01:33:58.9718146Z git version 2.43.0.windows.1
2026-09-22T01:33:58.9744384Z ##[endgroup]
2026-09-22T01:33:58.9753182Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\524e7288-c449-4201-b4b5-23e070d10b55\.gitconfig'
2026-09-22T01:33:58.9768626Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\524e7288-c449-4201-b4b5-23e070d10b55' before making global git config changes
2026-09-22T01:33:58.9769774Z Adding repository directory to the temporary git global config as a safe directory
2026-09-22T01:33:58.9774477Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-09-22T01:33:59.0067075Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --get remote.origin.url
2026-09-22T01:33:59.1143499Z https://github.com/BigscreenVR/spt-bs-core
2026-09-22T01:33:59.1192253Z ##[group]Removing previously created refs, to avoid conflicts
2026-09-22T01:33:59.1198235Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-09-22T01:33:59.1513694Z HEAD
2026-09-22T01:33:59.2339619Z ##[endgroup]
2026-09-22T01:33:59.2343423Z [command]"C:\Program Files\Git\cmd\git.exe" submodule status
2026-09-22T01:34:00.6580409Z ##[group]Cleaning the repository
2026-09-22T01:34:00.6583126Z [command]"C:\Program Files\Git\cmd\git.exe" clean -ffdx
2026-09-22T01:34:12.6606529Z Removing target/
2026-09-22T01:34:12.6646531Z [command]"C:\Program Files\Git\cmd\git.exe" reset --hard HEAD
2026-09-22T01:34:13.0021908Z HEAD is now at e515ddfe5f Merge 1143a6dccf177cee46ca387f2be0637ee4bd324a into cd0e4216ef034955e4ea5fa38ede62f11acd1075
2026-09-22T01:34:13.0054786Z ##[endgroup]
2026-09-22T01:34:13.0060040Z ##[group]Disabling automatic garbage collection
2026-09-22T01:34:13.0065367Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0
2026-09-22T01:34:13.0651811Z ##[endgroup]
2026-09-22T01:34:13.0652278Z ##[group]Setting up auth
2026-09-22T01:34:13.0658595Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-09-22T01:34:13.0932155Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-09-22T01:34:14.1284455Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-09-22T01:34:14.2293042Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-09-22T01:34:16.7969936Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-09-22T01:34:16.8324638Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-09-22T01:34:17.3005276Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-09-22T01:34:17.3487840Z ##[endgroup]
2026-09-22T01:34:17.3488501Z ##[group]Fetching the repository
2026-09-22T01:34:17.3499421Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +de891efdf61f4eb305eb37aa794bad81d8b799f6:refs/remotes/pull/242/merge
2026-09-22T01:34:19.4056266Z From https://github.com/BigscreenVR/spt-bs-core
2026-09-22T01:34:19.4056867Z  * [new ref]               de891efdf61f4eb305eb37aa794bad81d8b799f6 -> pull/242/merge
2026-09-22T01:34:19.4212035Z ##[endgroup]
2026-09-22T01:34:19.4212544Z ##[group]Determining the checkout info
2026-09-22T01:34:19.4213020Z ##[endgroup]
2026-09-22T01:34:19.4218559Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable
2026-09-22T01:34:19.4573556Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-09-22T01:34:19.4855303Z ##[group]Checking out the ref
2026-09-22T01:34:19.4860479Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force refs/remotes/pull/242/merge
2026-09-22T01:34:19.7545085Z Previous HEAD position was e515ddfe5f Merge 1143a6dccf177cee46ca387f2be0637ee4bd324a into cd0e4216ef034955e4ea5fa38ede62f11acd1075
2026-09-22T01:34:19.7546784Z HEAD is now at de891efdf6 Merge ff55d152b013d55ef4c83b59e80c0214a8e96d49 into 1143a6dccf177cee46ca387f2be0637ee4bd324a
2026-09-22T01:34:19.7582727Z ##[endgroup]
2026-09-22T01:34:19.8098557Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H
2026-09-22T01:34:19.8490463Z de891efdf61f4eb305eb37aa794bad81d8b799f6
